Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2025

This PR contains the following updates:

Package Type Update Change
lettre (source) dependencies patch =0.11.13 -> =0.11.14

Release Notes

lettre/lettre (lettre)

v0.11.14

Compare Source

This release deprecates the rustls-tls, tokio1-rustls-tls and async-std1-rustls-tls
features, which will be removed in lettre v0.12.

rustls users should start migrating to the rustls, tokio1-rustls and
async-std1-rustls features. Unlike the deprecated *rustls-tls features,
which automatically enabled the ring and webpki-roots backends, the new
features do not. To complete the migration, users must either enable the
aws-lc-rs or the ring feature. Additionally, those who rely on webpki-roots
for TLS certificate verification must now explicitly enable its feature.
Users of rustls-native-certs do not need to enable webpki-roots.

Find out more about the new features via the lettre rustls docs.

Features
  • Make it possible to use different rustls crypto providers and TLS verifiers (#​1054)
Bug fixes
  • Use the same rustls crypto provider everywhere (#​1055)
Misc
  • Deprecate AsyncNetworkStream being public (#​1059)
  • Upgrade nom to v8 (#​1048)
  • Drop rustls-pemfile in favor of rustls-pki-types APIs (#​1050)
  • Ban direct use of std::time::SystemTime::now via clippy (#​1043)
  • Drop direct dependency on rustls-pki-types (#​1051)
  • Remove artifact from web-time refactor (#​1049)
  • Fix warnings with rustls-native-certs when tracing is disabled (#​1053)
  • Bump license year (#​1057)
  • Cleanup Cargo.toml style (#​1047)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Turbo87 Turbo87 merged commit e43b3ec into main Feb 23, 2025
10 checks passed
@Turbo87 Turbo87 deleted the renovate/lettre-0.x branch February 23, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants